HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/orbidirectory.com/public/custom/admin.css
.nav-sidebar .nav-treeview {
    padding-left: 20px;
    ;
}

.content-wrapper.error-content-wrap {
    min-height: unset !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #343a40;
}

.page-item.active .page-link {
    background-color: #343a40;
    border-color: #343a40;
}

.page-link {
    color: #343a40;
}

.select2-selection__choice {
    color: black !important;
}

.select2-selection__rendered {
    color: #444;
    line-height: 19px !important;
}

div#language-field-1 {
    margin-left: 0px;
    width: -webkit-fill-available;
}

div#language-field-2 {
    margin-left: 0px;
    width: -webkit-fill-available;
}

div#language-field-3 {
    margin-left: 0px;
    width: -webkit-fill-available;
}

div#language-field-4 {
    margin-left: 0px;
    width: -webkit-fill-available;
}

div#language-field-5 {
    margin-left: 0px;
    width: -webkit-fill-available;
}



/* input tag */
/* .bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: black;
} */

.bootstrap-tagsinput {
    width: 100%;
    display: block;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: black;
}

.bootstrap-tagsinput input {
    width: auto;
    /* Adjust input width */
}

.error {
    color: red !important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: block;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
}

.editCard_body .form-group .form-control {
    height: 40px;
}

.editCard_body .form-group .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    padding: 10px 15px;
}

.editCard_body .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.editCard_body .form-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #272727;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider {
    background-color: #272727;
}

input:focus+.slider {
    box-shadow: 0 0 1px #272727;
}

input:checked+.slider:before {
    transform: translateX(30px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border-radius: 4px;
    border: 1px solid #ced4da;
    width: fit-content;
    /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
    /* transform: scale(1.5); */
}
.tagify::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.tagify::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}
.tagify {
    width: 100%;
    max-height: 120px;
    overflow-y: auto;  /* Scroll if too many tags */
    /* display: block;  */
    white-space: normal;
}

.tagify__input {
    min-width: 150px; /* Prevent shrinking too much */
    white-space: nowrap;
}
.select_citiesDropdown .select2-container--default .select2-selection--multiple {
    width: 100%;
    height: 38px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
}
.select_citiesDropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
}
.search_top {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: end;
}
.search_top .form-group {
    margin: 0px;
}